Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

#is_primaryBoolean

Returns the value of attribute is_primary.

Returns:

  • (Boolean)


2851
2852
2853
# File 'sig/types.rbs', line 2851

def is_primary
  @is_primary
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2849
2850
2851
# File 'sig/types.rbs', line 2849

def name
  @name
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2850
2851
2852
# File 'sig/types.rbs', line 2850

def url
  @url
end