Class: Aws::Types::CreateDiscovererResponse

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:



53
54
55
# File 'sig/types.rbs', line 53

def 
  
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def description
  @description
end

#discoverer_arn ⇒ ::String

Returns the value of attribute discoverer_arn.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def discoverer_arn
  @discoverer_arn
end

#discoverer_id ⇒ ::String

Returns the value of attribute discoverer_id.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def discoverer_id
  @discoverer_id
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def source_arn
  @source_arn
end

#state ⇒ "STARTED", "STOPPED"

Returns the value of attribute state.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def tags
  @tags
end