Class: Aws::Types::AcceptSubscriptionRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::AcceptSubscriptionRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_permissions ⇒ ::Array[Types::AssetPermission]
Returns the value of attribute asset_permissions.
-
#asset_scopes ⇒ ::Array[Types::AcceptedAssetScope]
Returns the value of attribute asset_scopes.
-
#decision_comment ⇒ ::String
Returns the value of attribute decision_comment.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#asset_permissions ⇒ ::Array[Types::AssetPermission]
Returns the value of attribute asset_permissions.
46 47 48 |
# File 'sig/types.rbs', line 46 def @asset_permissions end |
#asset_scopes ⇒ ::Array[Types::AcceptedAssetScope]
Returns the value of attribute asset_scopes.
45 46 47 |
# File 'sig/types.rbs', line 45 def asset_scopes @asset_scopes end |
#decision_comment ⇒ ::String
Returns the value of attribute decision_comment.
44 45 46 |
# File 'sig/types.rbs', line 44 def decision_comment @decision_comment end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
42 43 44 |
# File 'sig/types.rbs', line 42 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
43 44 45 |
# File 'sig/types.rbs', line 43 def identifier @identifier end |