Class: Aws::Types::CreateDiscovererRequest

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)


42
43
44
# File 'sig/types.rbs', line 42

def 
  
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def description
  @description
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def source_arn
  @source_arn
end

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

Returns the value of attribute tags.

Returns:

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


43
44
45
# File 'sig/types.rbs', line 43

def tags
  @tags
end