Class: Aws::Types::IconImageInput
- Inherits:
-
Object
- Object
- Aws::Types::IconImageInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob ⇒ ::String
Returns the value of attribute blob.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#blob ⇒ ::String
Returns the value of attribute blob.
686 687 688 |
# File 'sig/types.rbs', line 686 def blob @blob end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
687 688 689 |
# File 'sig/types.rbs', line 687 def s3_uri @s3_uri end |
#unknown ⇒ Object
Returns the value of attribute unknown.
688 689 690 |
# File 'sig/types.rbs', line 688 def unknown @unknown end |