Class: Aws::Types::DiscovererSummary

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)


237
238
239
# File 'sig/types.rbs', line 237

def 
  
end

#discoverer_arn ⇒ ::String

Returns the value of attribute discoverer_arn.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def discoverer_arn
  @discoverer_arn
end

#discoverer_id ⇒ ::String

Returns the value of attribute discoverer_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def discoverer_id
  @discoverer_id
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def source_arn
  @source_arn
end

#state ⇒ "STARTED", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("STARTED", "STOPPED")


236
237
238
# File 'sig/types.rbs', line 236

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


238
239
240
# File 'sig/types.rbs', line 238

def tags
  @tags
end