Class: Aws::Types::ResourceSummary

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)


283
284
285
# File 'sig/types.rbs', line 283

def arn
  @arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def id
  @id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def resource_type
  @resource_type
end