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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def 
  @aws_account_id
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def aws_region
  @aws_region
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def identifier
  @identifier
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def resource_type
  @resource_type
end