Class: Aws::Types::CreateDiscovererRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDiscovererRequest
- 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.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
42 43 44 |
# File 'sig/types.rbs', line 42 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
40 41 42 |
# File 'sig/types.rbs', line 40 def description @description end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
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.
43 44 45 |
# File 'sig/types.rbs', line 43 def end |