Class: Aws::Types::SubscriptionGrantSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionGrantSummary
- 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.
6208 6209 6210 |
# File 'sig/types.rbs', line 6208 def assets @assets end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6202 6203 6204 |
# File 'sig/types.rbs', line 6202 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6199 6200 6201 |
# File 'sig/types.rbs', line 6199 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6201 6202 6203 |
# File 'sig/types.rbs', line 6201 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
6204 6205 6206 |
# File 'sig/types.rbs', line 6204 def environment_id @environment_id end |
#granted_entity ⇒ Types::GrantedEntity
Returns the value of attribute granted_entity.
6206 6207 6208 |
# File 'sig/types.rbs', line 6206 def granted_entity @granted_entity end |
#id ⇒ ::String
Returns the value of attribute id.
6198 6199 6200 |
# File 'sig/types.rbs', line 6198 def id @id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6207 6208 6209 |
# File 'sig/types.rbs', line 6207 def status @status end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
6209 6210 6211 |
# File 'sig/types.rbs', line 6209 def subscription_id @subscription_id end |
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
6205 6206 6207 |
# File 'sig/types.rbs', line 6205 def subscription_target_id @subscription_target_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6203 6204 6205 |
# File 'sig/types.rbs', line 6203 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6200 6201 6202 |
# File 'sig/types.rbs', line 6200 def updated_by @updated_by end |