Class: Aws::Types::SetPlatformApplicationAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::SetPlatformApplicationAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#platform_application_arn ⇒ ::String
Returns the value of attribute platform_application_arn.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
521 522 523 |
# File 'sig/types.rbs', line 521 def attributes @attributes end |
#platform_application_arn ⇒ ::String
Returns the value of attribute platform_application_arn.
520 521 522 |
# File 'sig/types.rbs', line 520 def platform_application_arn @platform_application_arn end |