Class: Aws::Types::GetRouterInputSourceMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRouterInputSourceMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_metadata_details ⇒ Types::RouterInputSourceMetadataDetails
Returns the value of attribute source_metadata_details.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
875 876 877 |
# File 'sig/types.rbs', line 875 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
876 877 878 |
# File 'sig/types.rbs', line 876 def name @name end |
#source_metadata_details ⇒ Types::RouterInputSourceMetadataDetails
Returns the value of attribute source_metadata_details.
877 878 879 |
# File 'sig/types.rbs', line 877 def @source_metadata_details end |