Class: Aws::Types::GetAddonInstanceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_instance_arn::String

Returns the value of attribute addon_instance_arn.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def addon_instance_arn
  @addon_instance_arn
end

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def addon_name
  @addon_name
end

#addon_subscription_id::String

Returns the value of attribute addon_subscription_id.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def addon_subscription_id
  @addon_subscription_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


412
413
414
# File 'sig/types.rbs', line 412

def created_timestamp
  @created_timestamp
end