Class: Aws::Types::PutResourceConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::String

Returns the value of attribute configuration.

Returns:



1875
1876
1877
# File 'sig/types.rbs', line 1875

def configuration
  @configuration
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



1873
1874
1875
# File 'sig/types.rbs', line 1873

def resource_id
  @resource_id
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:



1874
1875
1876
# File 'sig/types.rbs', line 1874

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



1871
1872
1873
# File 'sig/types.rbs', line 1871

def resource_type
  @resource_type
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:



1872
1873
1874
# File 'sig/types.rbs', line 1872

def schema_version_id
  @schema_version_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1876
1877
1878
# File 'sig/types.rbs', line 1876

def tags
  @tags
end