Class: Aws::Types::Endpoint

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



620
621
622
# File 'sig/types.rbs', line 620

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.



629
630
631
# File 'sig/types.rbs', line 629

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.



619
620
621
# File 'sig/types.rbs', line 619

def description
  @description
end

#endpoint_id::String

Returns the value of attribute endpoint_id.



625
626
627
# File 'sig/types.rbs', line 625

def endpoint_id
  @endpoint_id
end

#endpoint_url::String

Returns the value of attribute endpoint_url.



626
627
628
# File 'sig/types.rbs', line 626

def endpoint_url
  @endpoint_url
end

#event_buses::Array[Types::EndpointEventBus]

Returns the value of attribute event_buses.



623
624
625
# File 'sig/types.rbs', line 623

def event_buses
  @event_buses
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



630
631
632
# File 'sig/types.rbs', line 630

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.



618
619
620
# File 'sig/types.rbs', line 618

def name
  @name
end

#replication_configTypes::ReplicationConfig

Returns the value of attribute replication_config.



622
623
624
# File 'sig/types.rbs', line 622

def replication_config
  @replication_config
end

#role_arn::String

Returns the value of attribute role_arn.



624
625
626
# File 'sig/types.rbs', line 624

def role_arn
  @role_arn
end

#routing_configTypes::RoutingConfig

Returns the value of attribute routing_config.



621
622
623
# File 'sig/types.rbs', line 621

def routing_config
  @routing_config
end

#state"ACTIVE", ...

Returns the value of attribute state.



627
628
629
# File 'sig/types.rbs', line 627

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.



628
629
630
# File 'sig/types.rbs', line 628

def state_reason
  @state_reason
end