Class: Aws::Types::PhysicalResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info ⇒ ::Hash[::String, ::Array[::String]]

Returns the value of attribute additional_info.

Returns:

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


1040
1041
1042
# File 'sig/types.rbs', line 1040

def additional_info
  @additional_info
end

#app_components ⇒ ::Array[Types::AppComponent]

Returns the value of attribute app_components.

Returns:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def app_components
  @app_components
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def excluded
  @excluded
end

#logical_resource_id ⇒ Types::LogicalResourceId

Returns the value of attribute logical_resource_id.



1043
1044
1045
# File 'sig/types.rbs', line 1043

def logical_resource_id
  @logical_resource_id
end

#parent_resource_name ⇒ ::String

Returns the value of attribute parent_resource_name.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def parent_resource_name
  @parent_resource_name
end

#physical_resource_id ⇒ Types::PhysicalResourceId

Returns the value of attribute physical_resource_id.



1045
1046
1047
# File 'sig/types.rbs', line 1045

def physical_resource_id
  @physical_resource_id
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def resource_name
  @resource_name
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def resource_type
  @resource_type
end

#source_type ⇒ "AppTemplate", "Discovered"

Returns the value of attribute source_type.

Returns:

  • ("AppTemplate", "Discovered")


1048
1049
1050
# File 'sig/types.rbs', line 1048

def source_type
  @source_type
end