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:



553
554
555
# File 'sig/types.rbs', line 553

def associated_systems
  @associated_systems
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def client_token
  @client_token
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def kms_key_id
  @kms_key_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def policy_arn
  @policy_arn
end

#skip_manually_added_resourcesBoolean

Returns the value of attribute skip_manually_added_resources.

Returns:

  • (Boolean)


552
553
554
# File 'sig/types.rbs', line 552

def skip_manually_added_resources
  @skip_manually_added_resources
end

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

Returns the value of attribute tags.

Returns:

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


554
555
556
# File 'sig/types.rbs', line 554

def tags
  @tags
end

#v1_app_arn::String

Returns the value of attribute v1_app_arn.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def v1_app_arn
  @v1_app_arn
end