Class: Aws::Types::CreateAddonSubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def addon_name
  @addon_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def client_token
  @client_token
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def tags
  @tags
end