Class: Aws::Types::CreateDiscovererInput

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)


34
35
36
# File 'sig/types.rbs', line 34

def 
  @cross_account
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def description
  @description
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def source_arn
  @source_arn
end

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

Returns the value of attribute tags.

Returns:

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


35
36
37
# File 'sig/types.rbs', line 35

def tags
  @tags
end