Class: Aws::Types::SubscriptionRequestSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionRequestSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#decision_comment ⇒ ::String
Returns the value of attribute decision_comment.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#existing_subscription_id ⇒ ::String
Returns the value of attribute existing_subscription_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata_forms_summary ⇒ ::Array[Types::MetadataFormSummary]
Returns the value of attribute metadata_forms_summary.
-
#request_reason ⇒ ::String
Returns the value of attribute request_reason.
-
#reviewer_id ⇒ ::String
Returns the value of attribute reviewer_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
Returns the value of attribute subscribed_listings.
-
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
Returns the value of attribute subscribed_principals.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6219 6220 6221 |
# File 'sig/types.rbs', line 6219 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6215 6216 6217 |
# File 'sig/types.rbs', line 6215 def created_by @created_by end |
#decision_comment ⇒ ::String
Returns the value of attribute decision_comment.
6225 6226 6227 |
# File 'sig/types.rbs', line 6225 def decision_comment @decision_comment end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6217 6218 6219 |
# File 'sig/types.rbs', line 6217 def domain_id @domain_id end |
#existing_subscription_id ⇒ ::String
Returns the value of attribute existing_subscription_id.
6226 6227 6228 |
# File 'sig/types.rbs', line 6226 def existing_subscription_id @existing_subscription_id end |
#id ⇒ ::String
Returns the value of attribute id.
6214 6215 6216 |
# File 'sig/types.rbs', line 6214 def id @id end |
#metadata_forms_summary ⇒ ::Array[Types::MetadataFormSummary]
Returns the value of attribute metadata_forms_summary.
6227 6228 6229 |
# File 'sig/types.rbs', line 6227 def @metadata_forms_summary end |
#request_reason ⇒ ::String
Returns the value of attribute request_reason.
6221 6222 6223 |
# File 'sig/types.rbs', line 6221 def request_reason @request_reason end |
#reviewer_id ⇒ ::String
Returns the value of attribute reviewer_id.
6224 6225 6226 |
# File 'sig/types.rbs', line 6224 def reviewer_id @reviewer_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6218 6219 6220 |
# File 'sig/types.rbs', line 6218 def status @status end |
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
Returns the value of attribute subscribed_listings.
6223 6224 6225 |
# File 'sig/types.rbs', line 6223 def subscribed_listings @subscribed_listings end |
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
Returns the value of attribute subscribed_principals.
6222 6223 6224 |
# File 'sig/types.rbs', line 6222 def subscribed_principals @subscribed_principals end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6220 6221 6222 |
# File 'sig/types.rbs', line 6220 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6216 6217 6218 |
# File 'sig/types.rbs', line 6216 def updated_by @updated_by end |