Class: Aws::Types::StackSetSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deploymentTypes::AutoDeployment

Returns the value of attribute auto_deployment.



1951
1952
1953
# File 'sig/types.rbs', line 1951

def auto_deployment
  @auto_deployment
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def description
  @description
end

#drift_status"DRIFTED", ...

Returns the value of attribute drift_status.

Returns:

  • ("DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED")


1953
1954
1955
# File 'sig/types.rbs', line 1953

def drift_status
  @drift_status
end

#last_drift_check_timestamp::Time

Returns the value of attribute last_drift_check_timestamp.

Returns:

  • (::Time)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def last_drift_check_timestamp
  @last_drift_check_timestamp
end

#managed_executionTypes::ManagedExecution

Returns the value of attribute managed_execution.



1955
1956
1957
# File 'sig/types.rbs', line 1955

def managed_execution
  @managed_execution
end

#permission_model"SERVICE_MANAGED", "SELF_MANAGED"

Returns the value of attribute permission_model.

Returns:

  • ("SERVICE_MANAGED", "SELF_MANAGED")


1952
1953
1954
# File 'sig/types.rbs', line 1952

def permission_model
  @permission_model
end

#stack_set_id::String

Returns the value of attribute stack_set_id.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def stack_set_id
  @stack_set_id
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def stack_set_name
  @stack_set_name
end

#status"ACTIVE", "DELETED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETED")


1950
1951
1952
# File 'sig/types.rbs', line 1950

def status
  @status
end