Class: Aws::Types::MonitoredResourceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

def name
  @name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2443
2444
2445
# File 'sig/types.rbs', line 2443

def resource_type
  @resource_type
end