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

#default_kms_key_id::String

Returns the value of attribute default_kms_key_id.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def default_kms_key_id
  @default_kms_key_id
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def idc_instance_arn
  @idc_instance_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


631
632
633
# File 'sig/types.rbs', line 631

def tags
  @tags
end