Class: Aws::Types::CreatePlatformEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlatformEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#custom_user_data ⇒ ::String
Returns the value of attribute custom_user_data.
-
#platform_application_arn ⇒ ::String
Returns the value of attribute platform_application_arn.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
90 91 92 |
# File 'sig/types.rbs', line 90 def attributes @attributes end |
#custom_user_data ⇒ ::String
Returns the value of attribute custom_user_data.
89 90 91 |
# File 'sig/types.rbs', line 89 def custom_user_data @custom_user_data end |
#platform_application_arn ⇒ ::String
Returns the value of attribute platform_application_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def platform_application_arn @platform_application_arn end |
#token ⇒ ::String
Returns the value of attribute token.
88 89 90 |
# File 'sig/types.rbs', line 88 def token @token end |