Class: Aws::Types::DiscovererOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account ⇒ Boolean

Returns the value of attribute cross_account.

Returns:

  • (Boolean)


221
222
223
# File 'sig/types.rbs', line 221

def 
  
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def description
  @description
end

#discoverer_arn ⇒ ::String

Returns the value of attribute discoverer_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def discoverer_arn
  @discoverer_arn
end

#discoverer_id ⇒ ::String

Returns the value of attribute discoverer_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def discoverer_id
  @discoverer_id
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def source_arn
  @source_arn
end

#state ⇒ "STARTED", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("STARTED", "STOPPED")


220
221
222
# File 'sig/types.rbs', line 220

def state
  @state
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


222
223
224
# File 'sig/types.rbs', line 222

def tags
  @tags
end