Class: Aws::Types::ExtensionAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def arn
  @arn
end

#extension_arn ⇒ ::String

Returns the value of attribute extension_arn.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def extension_arn
  @extension_arn
end

#extension_version_number ⇒ ::Integer

Returns the value of attribute extension_version_number.

Returns:

  • (::Integer)


511
512
513
# File 'sig/types.rbs', line 511

def extension_version_number
  @extension_version_number
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def id
  @id
end

#parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


510
511
512
# File 'sig/types.rbs', line 510

def parameters
  @parameters
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def resource_arn
  @resource_arn
end