Class: Aws::Types::CreateSubscriptionRequestInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:request_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_permissions::Array[Types::AssetPermission]

Returns the value of attribute asset_permissions.

Returns:



1553
1554
1555
# File 'sig/types.rbs', line 1553

def asset_permissions
  @asset_permissions
end

#asset_scopes::Array[Types::AcceptedAssetScope]

Returns the value of attribute asset_scopes.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1552
1553
1554
# File 'sig/types.rbs', line 1552

def 
  @metadata_forms
end

#request_reason::String

Returns the value of attribute request_reason.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



1548
1549
1550
# File 'sig/types.rbs', line 1548

def subscribed_principals
  @subscribed_principals
end