Class: Aws::Types::CreateSubscriptionGrantInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionGrantInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_target_names ⇒ ::Array[Types::AssetTargetNameMap]
Returns the value of attribute asset_target_names.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#granted_entity ⇒ Types::GrantedEntityInput
Returns the value of attribute granted_entity.
-
#subscription_target_identifier ⇒ ::String
Returns the value of attribute subscription_target_identifier.
Instance Attribute Details
#asset_target_names ⇒ ::Array[Types::AssetTargetNameMap]
Returns the value of attribute asset_target_names.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def asset_target_names @asset_target_names end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def environment_identifier @environment_identifier end |
#granted_entity ⇒ Types::GrantedEntityInput
Returns the value of attribute granted_entity.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def granted_entity @granted_entity end |
#subscription_target_identifier ⇒ ::String
Returns the value of attribute subscription_target_identifier.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def subscription_target_identifier @subscription_target_identifier end |