Class: Aws::Types::CreateOpsMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata::Hash[::String, Types::MetadataValue]

Returns the value of attribute metadata.

Returns:



783
784
785
# File 'sig/types.rbs', line 783

def 
  @metadata
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def resource_id
  @resource_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def tags
  @tags
end