Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def client_token
  @client_token
end

#definitionTypes::Definition

Returns the value of attribute definition.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def description
  @description
end

#engine_type"microfocus", "bluage"

Returns the value of attribute engine_type.

Returns:

  • ("microfocus", "bluage")


118
119
120
# File 'sig/types.rbs', line 118

def engine_type
  @engine_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


122
123
124
# File 'sig/types.rbs', line 122

def tags
  @tags
end