Class: Aws::Types::CreatePlatformApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlatformApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ ::String
Returns the value of attribute platform.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
77 78 79 |
# File 'sig/types.rbs', line 77 def attributes @attributes end |
#name ⇒ ::String
Returns the value of attribute name.
75 76 77 |
# File 'sig/types.rbs', line 75 def name @name end |
#platform ⇒ ::String
Returns the value of attribute platform.
76 77 78 |
# File 'sig/types.rbs', line 76 def platform @platform end |