Class: Aws::Types::DescribeDiscovererResponse

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)


164
165
166
# File 'sig/types.rbs', line 164

def 
  
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def description
  @description
end

#discoverer_arn ⇒ ::String

Returns the value of attribute discoverer_arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def discoverer_arn
  @discoverer_arn
end

#discoverer_id ⇒ ::String

Returns the value of attribute discoverer_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def discoverer_id
  @discoverer_id
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def source_arn
  @source_arn
end

#state ⇒ "STARTED", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("STARTED", "STOPPED")


163
164
165
# File 'sig/types.rbs', line 163

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


165
166
167
# File 'sig/types.rbs', line 165

def tags
  @tags
end