Class: Aws::Types::GetSpritesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSpritesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_scheme ⇒ "Light", "Dark"
Returns the value of attribute color_scheme.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#style ⇒ "Standard", ...
Returns the value of attribute style.
-
#variant ⇒ "Default"
Returns the value of attribute variant.
Instance Attribute Details
#color_scheme ⇒ "Light", "Dark"
Returns the value of attribute color_scheme.
33 34 35 |
# File 'sig/types.rbs', line 33 def color_scheme @color_scheme end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
31 32 33 |
# File 'sig/types.rbs', line 31 def file_name @file_name end |
#style ⇒ "Standard", ...
Returns the value of attribute style.
32 33 34 |
# File 'sig/types.rbs', line 32 def style @style end |
#variant ⇒ "Default"
Returns the value of attribute variant.
34 35 36 |
# File 'sig/types.rbs', line 34 def variant @variant end |