Class: Aws::Types::GetComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component ⇒ Types::Component
Returns the value of attribute component.
-
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#component ⇒ Types::Component
Returns the value of attribute component.
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.
692 693 694 |
# File 'sig/types.rbs', line 692 def request_id @request_id end |