Class: Aws::Types::SystemAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_endpointTypes::SystemEndpointAttributes

Returns the value of attribute customer_endpoint.



3009
3010
3011
# File 'sig/types.rbs', line 3009

def customer_endpoint
  @customer_endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3008
3009
3010
# File 'sig/types.rbs', line 3008

def name
  @name
end

#system_endpointTypes::SystemEndpointAttributes

Returns the value of attribute system_endpoint.



3010
3011
3012
# File 'sig/types.rbs', line 3010

def system_endpoint
  @system_endpoint
end