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)


608
609
610
# File 'sig/types.rbs', line 608

def default_kms_key_id
  @default_kms_key_id
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def idc_instance_arn
  @idc_instance_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


609
610
611
# File 'sig/types.rbs', line 609

def tags
  @tags
end