Class: Aws::Types::ExtensionSummary

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)


532
533
534
# File 'sig/types.rbs', line 532

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def name
  @name
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def version_number
  @version_number
end