Class: Aws::Types::DeleteSubscriptionGrantOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSubscriptionGrantOutput
- 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.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def assets @assets end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def environment_id @environment_id end |
#granted_entity ⇒ Types::GrantedEntity
Returns the value of attribute granted_entity.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def granted_entity @granted_entity end |
#id ⇒ ::String
Returns the value of attribute id.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def id @id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def status @status end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def subscription_id @subscription_id end |
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def subscription_target_id @subscription_target_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def updated_by @updated_by end |