Class: Aws::Types::GetSubscriptionRequestDetailsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:request_reason, :decision_comment])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3278
3279
3280
# File 'sig/types.rbs', line 3278

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def created_by
  @created_by
end

#decision_comment::String

Returns the value of attribute decision_comment.

Returns:

  • (::String)


3284
3285
3286
# File 'sig/types.rbs', line 3284

def decision_comment
  @decision_comment
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3276
3277
3278
# File 'sig/types.rbs', line 3276

def domain_id
  @domain_id
end

#existing_subscription_id::String

Returns the value of attribute existing_subscription_id.

Returns:

  • (::String)


3285
3286
3287
# File 'sig/types.rbs', line 3285

def existing_subscription_id
  @existing_subscription_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3273
3274
3275
# File 'sig/types.rbs', line 3273

def id
  @id
end

#metadata_forms::Array[Types::FormOutput]

Returns the value of attribute metadata_forms.

Returns:



3286
3287
3288
# File 'sig/types.rbs', line 3286

def 
  @metadata_forms
end

#request_reason::String

Returns the value of attribute request_reason.

Returns:

  • (::String)


3280
3281
3282
# File 'sig/types.rbs', line 3280

def request_reason
  @request_reason
end

#reviewer_id::String

Returns the value of attribute reviewer_id.

Returns:

  • (::String)


3283
3284
3285
# File 'sig/types.rbs', line 3283

def reviewer_id
  @reviewer_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACCEPTED", "REJECTED")


3277
3278
3279
# File 'sig/types.rbs', line 3277

def status
  @status
end

#subscribed_listings::Array[Types::SubscribedListing]

Returns the value of attribute subscribed_listings.

Returns:



3282
3283
3284
# File 'sig/types.rbs', line 3282

def subscribed_listings
  @subscribed_listings
end

#subscribed_principals::Array[Types::SubscribedPrincipal]

Returns the value of attribute subscribed_principals.

Returns:



3281
3282
3283
# File 'sig/types.rbs', line 3281

def subscribed_principals
  @subscribed_principals
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3279
3280
3281
# File 'sig/types.rbs', line 3279

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3275
3276
3277
# File 'sig/types.rbs', line 3275

def updated_by
  @updated_by
end