Class: Aws::Types::UpdateDiscovererResponse

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)


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

def 
  
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def description
  @description
end

#discoverer_arn ⇒ ::String

Returns the value of attribute discoverer_arn.

Returns:

  • (::String)


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

def discoverer_arn
  @discoverer_arn
end

#discoverer_id ⇒ ::String

Returns the value of attribute discoverer_id.

Returns:

  • (::String)


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

def discoverer_id
  @discoverer_id
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


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

def source_arn
  @source_arn
end

#state ⇒ "STARTED", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("STARTED", "STOPPED")


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

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end