Class: Aws::Types::Connector
- Inherits:
-
Object
- Object
- Aws::Types::Connector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#mobile_device_management ⇒ Types::MobileDeviceManagement
Returns the value of attribute mobile_device_management.
-
#open_id_configuration ⇒ Types::OpenIdConfiguration
Returns the value of attribute open_id_configuration.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute status_reason.
-
#type ⇒ "GENERAL_PURPOSE", "INTUNE"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def arn @arn end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
55 56 57 |
# File 'sig/types.rbs', line 55 def end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
62 63 64 |
# File 'sig/types.rbs', line 62 def created_at @created_at end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
61 62 63 |
# File 'sig/types.rbs', line 61 def endpoint @endpoint end |
#mobile_device_management ⇒ Types::MobileDeviceManagement
Returns the value of attribute mobile_device_management.
57 58 59 |
# File 'sig/types.rbs', line 57 def mobile_device_management @mobile_device_management end |
#open_id_configuration ⇒ Types::OpenIdConfiguration
Returns the value of attribute open_id_configuration.
58 59 60 |
# File 'sig/types.rbs', line 58 def open_id_configuration @open_id_configuration end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
59 60 61 |
# File 'sig/types.rbs', line 59 def status @status end |
#status_reason ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute status_reason.
60 61 62 |
# File 'sig/types.rbs', line 60 def status_reason @status_reason end |
#type ⇒ "GENERAL_PURPOSE", "INTUNE"
Returns the value of attribute type.
56 57 58 |
# File 'sig/types.rbs', line 56 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
63 64 65 |
# File 'sig/types.rbs', line 63 def updated_at @updated_at end |