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)


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

def default_kms_key_id
  @default_kms_key_id
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


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

def idc_instance_arn
  @idc_instance_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


611
612
613
# File 'sig/types.rbs', line 611

def tags
  @tags
end