Class: Aws::Types::ImportAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def associated_systems
  @associated_systems
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def client_token
  @client_token
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def kms_key_id
  @kms_key_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def policy_arn
  @policy_arn
end

#skip_manually_added_resourcesBoolean

Returns the value of attribute skip_manually_added_resources.

Returns:

  • (Boolean)


573
574
575
# File 'sig/types.rbs', line 573

def skip_manually_added_resources
  @skip_manually_added_resources
end

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

Returns the value of attribute tags.

Returns:

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


575
576
577
# File 'sig/types.rbs', line 575

def tags
  @tags
end

#v1_app_arn::String

Returns the value of attribute v1_app_arn.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def v1_app_arn
  @v1_app_arn
end