Class: Aws::Types::Connection

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_type"BASIC", ...

Returns the value of attribute authorization_type.



100
101
102
# File 'sig/types.rbs', line 100

def authorization_type
  @authorization_type
end

#connection_arn::String

Returns the value of attribute connection_arn.



96
97
98
# File 'sig/types.rbs', line 96

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.



98
99
100
# File 'sig/types.rbs', line 98

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.



101
102
103
# File 'sig/types.rbs', line 101

def creation_time
  @creation_time
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.



103
104
105
# File 'sig/types.rbs', line 103

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



102
103
104
# File 'sig/types.rbs', line 102

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.



97
98
99
# File 'sig/types.rbs', line 97

def name
  @name
end

#state_reason::String

Returns the value of attribute state_reason.



99
100
101
# File 'sig/types.rbs', line 99

def state_reason
  @state_reason
end