Class: Aws::Types::AppliedExtension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#extension_association_id ⇒ ::String

Returns the value of attribute extension_association_id.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def extension_association_id
  @extension_association_id
end

#extension_id ⇒ ::String

Returns the value of attribute extension_id.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def extension_id
  @extension_id
end

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

Returns the value of attribute parameters.

Returns:

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


53
54
55
# File 'sig/types.rbs', line 53

def parameters
  @parameters
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


52
53
54
# File 'sig/types.rbs', line 52

def version_number
  @version_number
end