Class: Aws::Types::DescribeEdgeConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def creation_time
  @creation_time
end

#edge_agent_statusTypes::EdgeAgentStatus

Returns the value of attribute edge_agent_status.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def edge_agent_status
  @edge_agent_status
end

#edge_configTypes::EdgeConfig

Returns the value of attribute edge_config.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def edge_config
  @edge_config
end

#failed_status_details::String

Returns the value of attribute failed_status_details.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def failed_status_details
  @failed_status_details
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def last_updated_time
  @last_updated_time
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def stream_name
  @stream_name
end

#sync_status"SYNCING", ...

Returns the value of attribute sync_status.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def sync_status
  @sync_status
end