Class: Aws::Types::GetRouterInputThumbnailResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRouterInputThumbnailResponse
- 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.
-
#thumbnail_details ⇒ Types::RouterInputThumbnailDetails
Returns the value of attribute thumbnail_details.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
887 888 889 |
# File 'sig/types.rbs', line 887 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
888 889 890 |
# File 'sig/types.rbs', line 888 def name @name end |
#thumbnail_details ⇒ Types::RouterInputThumbnailDetails
Returns the value of attribute thumbnail_details.
889 890 891 |
# File 'sig/types.rbs', line 889 def thumbnail_details @thumbnail_details end |