Class: Aws::Types::CreatePlatformEndpointInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def token
  @token
end