Class: Aws::Artifact::Types::CustomerAgreementSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-artifact/types.rb

Overview

Summary for customer-agreement resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_termsArray<String>

Terms required to accept the agreement resource.

Returns:

  • (Array<String>)


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_arnString

ARN of the agreement resource the customer-agreement resource represents.

Returns:

  • (String)


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

#arnString

ARN of the customer-agreement resource.

Returns:

  • (String)


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_idString

AWS account Id that owns the resource.

Returns:

  • (String)


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

#descriptionString

Description of the resource.

Returns:

  • (String)


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_endTime

Timestamp indicating when the agreement was terminated.

Returns:

  • (Time)


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_startTime

Timestamp indicating when the agreement became effective.

Returns:

  • (Time)


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

#idString

Identifier of the customer-agreement resource.

Returns:

  • (String)


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

#nameString

Name of the customer-agreement resource.

Returns:

  • (String)


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_arnString

ARN of the organization that owns the resource.

Returns:

  • (String)


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

#stateString

State of the resource.

Returns:

  • (String)


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_termsArray<String>

Terms required to terminate the customer-agreement resource.

Returns:

  • (Array<String>)


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

#typeString

Type of the customer-agreement resource.

Returns:

  • (String)


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