Class: Aws::Types::GetComponentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component ⇒ Types::Component

Returns the value of attribute component.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def component
  @component
end

#latest_version_references ⇒ Types::LatestVersionReferences

Returns the value of attribute latest_version_references.



694
695
696
# File 'sig/types.rbs', line 694

def latest_version_references
  @latest_version_references
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def request_id
  @request_id
end