Class: Aws::Types::RemoteAgentSigV4AuthorizationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def role_arn
  @role_arn
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def service
  @service
end