Class: Aws::Types::RemoveDraftAppVersionResourceMappingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def app_arn
  @app_arn
end

#app_registry_app_names ⇒ ::Array[::String]

Returns the value of attribute app_registry_app_names.

Returns:

  • (::Array[::String])


1145
1146
1147
# File 'sig/types.rbs', line 1145

def app_registry_app_names
  @app_registry_app_names
end

#eks_source_names ⇒ ::Array[::String]

Returns the value of attribute eks_source_names.

Returns:

  • (::Array[::String])


1146
1147
1148
# File 'sig/types.rbs', line 1146

def eks_source_names
  @eks_source_names
end

#logical_stack_names ⇒ ::Array[::String]

Returns the value of attribute logical_stack_names.

Returns:

  • (::Array[::String])


1147
1148
1149
# File 'sig/types.rbs', line 1147

def logical_stack_names
  @logical_stack_names
end

#resource_group_names ⇒ ::Array[::String]

Returns the value of attribute resource_group_names.

Returns:

  • (::Array[::String])


1148
1149
1150
# File 'sig/types.rbs', line 1148

def resource_group_names
  @resource_group_names
end

#resource_names ⇒ ::Array[::String]

Returns the value of attribute resource_names.

Returns:

  • (::Array[::String])


1149
1150
1151
# File 'sig/types.rbs', line 1149

def resource_names
  @resource_names
end

#terraform_source_names ⇒ ::Array[::String]

Returns the value of attribute terraform_source_names.

Returns:

  • (::Array[::String])


1150
1151
1152
# File 'sig/types.rbs', line 1150

def terraform_source_names
  @terraform_source_names
end