Class: Aws::Types::CreatePlatformApplicationInput

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])


77
78
79
# File 'sig/types.rbs', line 77

def attributes
  @attributes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def name
  @name
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def platform
  @platform
end