Class: Aws::Types::CreateSubscriptionGrantOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionGrantOutput
- 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.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def assets @assets end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def environment_id @environment_id end |
#granted_entity ⇒ Types::GrantedEntity
Returns the value of attribute granted_entity.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def granted_entity @granted_entity end |
#id ⇒ ::String
Returns the value of attribute id.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def id @id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def status @status end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def subscription_id @subscription_id end |
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def subscription_target_id @subscription_target_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def updated_by @updated_by end |