Class: Aws::Types::GetSubscriptionGrantOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSubscriptionGrantOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assets ⇒ ::Array[Types::SubscribedAsset]
Returns the value of attribute assets.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#granted_entity ⇒ Types::GrantedEntity
Returns the value of attribute granted_entity.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
-
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#assets ⇒ ::Array[Types::SubscribedAsset]
Returns the value of attribute assets.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def assets @assets end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3231 3232 3233 |
# File 'sig/types.rbs', line 3231 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def environment_id @environment_id end |
#granted_entity ⇒ Types::GrantedEntity
Returns the value of attribute granted_entity.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def granted_entity @granted_entity end |
#id ⇒ ::String
Returns the value of attribute id.
3230 3231 3232 |
# File 'sig/types.rbs', line 3230 def id @id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def status @status end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def subscription_id @subscription_id end |
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def subscription_target_id @subscription_target_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3232 3233 3234 |
# File 'sig/types.rbs', line 3232 def updated_by @updated_by end |