Class: Aws::Types::UnsupportedResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id ⇒ Types::LogicalResourceId

Returns the value of attribute logical_resource_id.



1356
1357
1358
# File 'sig/types.rbs', line 1356

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id ⇒ Types::PhysicalResourceId

Returns the value of attribute physical_resource_id.



1357
1358
1359
# File 'sig/types.rbs', line 1357

def physical_resource_id
  @physical_resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def resource_type
  @resource_type
end

#unsupported_resource_status ⇒ ::String

Returns the value of attribute unsupported_resource_status.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def unsupported_resource_status
  @unsupported_resource_status
end