Class: Aws::Types::RemoteAgentSigV4ServiceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::RemoteAgentSigV4AuthorizationConfig

Returns the value of attribute authorization_config.



1565
1566
1567
# File 'sig/types.rbs', line 1565

def authorization_config
  @authorization_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def description
  @description
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def name
  @name
end