Class: Aws::Types::CreateDiscovererResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDiscovererResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
-
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
53 54 55 |
# File 'sig/types.rbs', line 53 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
48 49 50 |
# File 'sig/types.rbs', line 48 def description @description end |
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
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.
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.
51 52 53 |
# File 'sig/types.rbs', line 51 def source_arn @source_arn end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
52 53 54 |
# File 'sig/types.rbs', line 52 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
54 55 56 |
# File 'sig/types.rbs', line 54 def end |