Class: Aws::Types::Resource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



1152
1153
1154
# File 'sig/types.rbs', line 1152

def id
  @id
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def parent_id
  @parent_id
end

#path::String

Returns the value of attribute path.

Returns:



1155
1156
1157
# File 'sig/types.rbs', line 1155

def path
  @path
end

#path_part::String

Returns the value of attribute path_part.

Returns:



1154
1155
1156
# File 'sig/types.rbs', line 1154

def path_part
  @path_part
end

#resource_methods::Hash[::String, Types::Method]

Returns the value of attribute resource_methods.

Returns:



1156
1157
1158
# File 'sig/types.rbs', line 1156

def resource_methods
  @resource_methods
end