Class: Aws::Types::ServiceAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


566
567
568
# File 'sig/types.rbs', line 566

def attributes
  @attributes
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def resource_owner
  @resource_owner
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def service_arn
  @service_arn
end