Class: Aws::Types::ServiceId

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def 
  @account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def name
  @name
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


894
895
896
# File 'sig/types.rbs', line 894

def names
  @names
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def type
  @type
end