Class: Aws::Types::CreateAddonInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#addon_subscription_id::String

Returns the value of attribute addon_subscription_id.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def addon_subscription_id
  @addon_subscription_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def client_token
  @client_token
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def tags
  @tags
end