Class: Aws::Types::ResolvedTargetResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def resource_type
  @resource_type
end

#target_information::Hash[::String, ::String]

Returns the value of attribute target_information.

Returns:

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


1077
1078
1079
# File 'sig/types.rbs', line 1077

def target_information
  @target_information
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def target_name
  @target_name
end