Class: Aws::Types::RemoteAgentServiceDetails

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::RemoteAgentAuthorizationConfig

Returns the value of attribute authorization_config.



1547
1548
1549
# File 'sig/types.rbs', line 1547

def authorization_config
  @authorization_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def description
  @description
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def name
  @name
end