Class: Aws::Types::ExtensionAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#extension_arn ⇒ ::String

Returns the value of attribute extension_arn.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def extension_arn
  @extension_arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def id
  @id
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def resource_arn
  @resource_arn
end