Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def 
  @account_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


137
138
139
# File 'sig/types.rbs', line 137

def tags
  @tags
end