Class: Aws::Types::CreateSubscriptionRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionRequestInput
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#metadata_forms ⇒ ::Array[Types::FormInput]
Returns the value of attribute metadata_forms.
-
#request_reason ⇒ ::String
Returns the value of attribute request_reason.
-
#subscribed_listings ⇒ ::Array[Types::SubscribedListingInput]
Returns the value of attribute subscribed_listings.
-
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipalInput]
Returns the value of attribute subscribed_principals.
Instance Attribute Details
#asset_permissions ⇒ ::Array[Types::AssetPermission]
Returns the value of attribute asset_permissions.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def @asset_permissions end |
#asset_scopes ⇒ ::Array[Types::AcceptedAssetScope]
Returns the value of attribute asset_scopes.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def asset_scopes @asset_scopes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def domain_identifier @domain_identifier end |
#metadata_forms ⇒ ::Array[Types::FormInput]
Returns the value of attribute metadata_forms.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def @metadata_forms end |
#request_reason ⇒ ::String
Returns the value of attribute request_reason.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def request_reason @request_reason end |
#subscribed_listings ⇒ ::Array[Types::SubscribedListingInput]
Returns the value of attribute subscribed_listings.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def subscribed_listings @subscribed_listings end |
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipalInput]
Returns the value of attribute subscribed_principals.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def subscribed_principals @subscribed_principals end |