Class: Aws::Artifact::Types::CustomerAgreementSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::CustomerAgreementSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Summary for customer-agreement resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acceptance_terms ⇒ Array<String>
Terms required to accept the agreement resource.
-
#agreement_arn ⇒ String
ARN of the agreement resource the customer-agreement resource represents.
-
#arn ⇒ String
ARN of the customer-agreement resource.
-
#aws_account_id ⇒ String
AWS account Id that owns the resource.
-
#description ⇒ String
Description of the resource.
-
#effective_end ⇒ Time
Timestamp indicating when the agreement was terminated.
-
#effective_start ⇒ Time
Timestamp indicating when the agreement became effective.
-
#id ⇒ String
Identifier of the customer-agreement resource.
-
#name ⇒ String
Name of the customer-agreement resource.
-
#organization_arn ⇒ String
ARN of the organization that owns the resource.
-
#state ⇒ String
State of the resource.
-
#terminate_terms ⇒ Array<String>
Terms required to terminate the customer-agreement resource.
-
#type ⇒ String
Type of the customer-agreement resource.
Instance Attribute Details
#acceptance_terms ⇒ Array<String>
Terms required to accept the agreement resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#agreement_arn ⇒ String
ARN of the agreement resource the customer-agreement resource represents.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
ARN of the customer-agreement resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
AWS account Id that owns the resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#effective_end ⇒ Time
Timestamp indicating when the agreement was terminated.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#effective_start ⇒ Time
Timestamp indicating when the agreement became effective.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier of the customer-agreement resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the customer-agreement resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#organization_arn ⇒ String
ARN of the organization that owns the resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#terminate_terms ⇒ Array<String>
Terms required to terminate the customer-agreement resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the customer-agreement resource.
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-artifact/types.rb', line 120 class CustomerAgreementSummary < Struct.new( :name, :arn, :id, :agreement_arn, :aws_account_id, :organization_arn, :effective_start, :effective_end, :state, :description, :acceptance_terms, :terminate_terms, :type) SENSITIVE = [] include Aws::Structure end |