Class: Aws::Types::AcceptSubscriptionRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:decision_comment])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_permissions::Array[Types::AssetPermission]

Returns the value of attribute asset_permissions.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def asset_permissions
  @asset_permissions
end

#asset_scopes::Array[Types::AcceptedAssetScope]

Returns the value of attribute asset_scopes.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def identifier
  @identifier
end