Class: Aws::Types::AddonSubscription

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)


33
34
35
# File 'sig/types.rbs', line 33

def addon_name
  @addon_name
end

#addon_subscription_arn::String

Returns the value of attribute addon_subscription_arn.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def addon_subscription_arn
  @addon_subscription_arn
end

#addon_subscription_id::String

Returns the value of attribute addon_subscription_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def addon_subscription_id
  @addon_subscription_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


35
36
37
# File 'sig/types.rbs', line 35

def created_timestamp
  @created_timestamp
end