Class: Aws::Types::CreateAppInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def client_request_token
  @client_request_token
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def tags
  @tags
end